testing.M.deps (field)

18 uses

	testing (current package)
		testing.go#L1602: 	deps        testDeps
		testing.go#L1645: 		deps:        deps,
		testing.go#L1684: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L1719: 		testRan, testOk := runTests(m.deps.MatchString, m.tests, deadline)
		testing.go#L1720: 		fuzzTargetsRan, fuzzTargetsOk := runFuzzTests(m.deps, m.fuzzTargets, deadline)
		testing.go#L1721: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
		testing.go#L1726: 		if !testOk || !exampleOk || !fuzzTargetsOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks) || race.Errors() > 0 {
		testing.go#L1733: 	fuzzingOk := runFuzzing(m.deps, m.fuzzTargets)
		testing.go#L1865: 		if err := m.deps.StartCPUProfile(f); err != nil {
		testing.go#L1912: 		m.deps.StartTestLog(f)
		testing.go#L1916: 		m.deps.SetPanicOnExit0(true)
		testing.go#L1930: 		m.deps.SetPanicOnExit0(false)
		testing.go#L1936: 		if err := m.deps.StopTestLog(); err != nil {
		testing.go#L1946: 		m.deps.StopCPUProfile() // flushes profile to disk
		testing.go#L1958: 		if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
		testing.go#L1970: 		if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
		testing.go#L1982: 		if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {